projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
533304f
)
(srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*.
author
Roland McGrath
<roland@gnu.org>
Sun, 16 Jan 1994 09:58:31 +0000
(09:58 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sun, 16 Jan 1994 09:58:31 +0000
(09:58 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 2212232968278807cb82375c809eaab1c4164f0d..5d5ac653e73cc7dcfcfc93a09f0d9b94cea9ad39 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1461,7
+1461,7
@@
changequote(,)dnl The horror, the horror.
srcdir_undefs="`echo $top_srcdir |
sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/ */ -U/g' \
-e 's/ -U$//' -e 's/^[^ ]/-U/' \
- -e 's/-U[0-9][^ ]*//' \
+ -e 's/-U[0-9][^ ]*//
g
' \
`"
changequote([,])dnl